home *** CD-ROM | disk | FTP | other *** search
/ Your Choice 1 / your choice.zip / your choice / PRGMMING / SORTING / ORDER.BAT < prev    next >
DOS Batch File  |  1994-01-15  |  2KB  |  31 lines

  1. echo off
  2. CLS
  3. echo ╔═════════════════════════════════════════════════════════════════════════════╗
  4. echo ║░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░║
  5. echo ║░┌─────────────────────────────────────────────────────────────────────────┐░║
  6. echo ║░│                      S O R T I N G   T U T O R (C)          Version: 1.1│░║
  7. echo ║░│                         Program By John Fuchs             Copyright 1990│░║
  8. echo ║░│                                                                         │░║
  9. echo ║░│                    *****  ORDER FORM PRINTOUT  *****                    │░║
  10. echo ║░│                                                                         │░║
  11. echo ║░│ This batch file will print a copy of an order form which you may use to │░║
  12. echo ║░│ register your UPGRADED copy of the SORTING TUTOR.  Please make your     │░║
  13. echo ║░│ check payable to JOHN FUCHS.  Don't forget to tell us the disk size     │░║
  14. echo ║░│ (3½" or 5¼" floppy disks) and the quantity that you require.            │░║
  15. echo ║░│                                                                         │░║
  16. echo ║░│ This procedure will use two sheets of paper.  Please make sure the      │░║
  17. echo ║░│ printer is turned on and PRESS ANY KEY TO START PRINTING.               │░║
  18. echo ║░│                                                                         │░║
  19. echo ║░│                        THANK YOU FOR SUPPORTING                         │░║
  20. echo ║░│                        ELITE SOFTWARE CONCEPTS                          │░║
  21. echo ║░│                                                                         │░║
  22. echo ║░└─────────────────────────────────────────────────────────────────────────┘░║
  23. echo ║░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░║
  24. echo ╚═════════════════════════════════════════════════════════════════════════════╝
  25. pause
  26. copy order.txt prn
  27. CLS
  28. echo BYE !
  29.  
  30.  
  31.